home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Documentation / DirectX9 / directx9_m.chm / directx / css / ie4.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-09-30  |  10.0 KB  |  480 lines

  1.  
  2.     BODY { font:normal 68% verdana,arial,helvetica; }
  3.  
  4.     DIV.clsDocBody,
  5.     DIV.clsFooter { margin-left:10px; margin-right:10px; margin-top:10px; }
  6.  
  7.     DIV.clsFPfig { font-size:80%; }
  8.  
  9.     TD, TH { font-size:68%; }
  10.  
  11.     A:link { color:#003399; }
  12.     A:visited { color:#6600CC; }
  13.     A:hover { color:#FF3300; }
  14.     H2 A:visited,
  15.     H3 A:visited { color:#003399; }
  16.  
  17.     A.clsIncCpyRt {
  18.         color:#000000;
  19.         font-size:95%;
  20.     }
  21.     A.clsIncCpyRt:hover { color:#0028DE; }
  22.  
  23.     A.clsBackTop,
  24.     A.clsBackTop:visited {
  25.         margin-top:10; margin-bottom:0;
  26.         padding-bottom:0;
  27.         font-size:90%;
  28.         color:black;
  29.     }
  30.  
  31.     A.clsBackTop:hover { color:blue; }
  32.  
  33.     P {
  34.         line-height:1.5em;
  35.         margin-top:0.5em; margin-bottom:1.0em;
  36.     }
  37.  
  38.     P.clsRef {
  39.         font-weight:bold;
  40.         margin-top:12pt; margin-bottom:0em;
  41.     }
  42.  
  43.     PRE {
  44.         background:#EEEEEE;
  45.         margin-top:1em;    margin-bottom:1em; margin-left:0px;
  46.         padding:5pt;
  47.     }
  48.  
  49.     PRE.clsCode, CODE.clsText { font-size:110%; font-family:'courier new',courier,serif; }
  50.  
  51.     PRE.clsSyntax { font-size:100%; font-family:verdana,arial,helvetica,sans-serif; }
  52.  
  53.     H1 {
  54.         font:normal 165% verdana,arial,helvetica;
  55.         margin:5 0;
  56.         margin-top:0px;
  57.     }
  58.  
  59.     H2 {
  60.         font:bold 125% verdana,arial,helvetica;
  61.         margin-top:1em; margin-bottom:0.5em;
  62.     }
  63.  
  64.     H2.clsOsigHead {
  65.         font-family:arial, helvetica, sans-serif;
  66.         font-size:125%;
  67.         margin-top:1em; margin-bottom:0em;
  68.         color:#3366CC;
  69.     }
  70.  
  71.     H2.clsBlue { color:#336699; }
  72.  
  73.     H3 {
  74.         font:bold 115% verdana,arial,helvetica;
  75.         margin-bottom:0.5em;
  76.     }
  77.  
  78.     H4, H5, H6 {
  79.         font:bold 100% verdana,arial,helvetica;
  80.         margin-bottom:0.5em;
  81.     }
  82.  
  83.     TABLE.clsNavTbl { margin-left: 10px }
  84.     TABLE.clsNavTbl TH,
  85.     TABLE.clsNavTbl TD { font-family:verdana,arial,helvetica,sans-serif; font-size:60%; }
  86.  
  87.     TABLE.clsNavTbl TH { padding-bottom:0; }
  88.  
  89.     TABLE.clsTblHomeLeft A,
  90.     TABLE.clsTblHomeLeft A:visited,
  91.     TABLE.clsTblHomeLeft A:hover {
  92.         font-family:verdana,arial,helvetica,sans-serif;    font-size:90%;
  93.         color:#003399;
  94.     }
  95.  
  96.     TABLE.clsTblHomeLeft A:hover { text-decoration:underline; }
  97.  
  98.     TABLE.clsStd TH {
  99.         text-align:left; vertical-align:top;
  100.         background-color:#DDD;
  101.         padding:2px;
  102.     }
  103.  
  104.     TABLE.clsStd TD {
  105.         vertical-align:top;
  106.         background-color:#EEE;
  107.         padding:2px;
  108.     }
  109.  
  110.     TABLE.clsParamVls,
  111.     TABLE.clsParamVls TD { padding-left:2pt; padding-right:2pt; }
  112.  
  113.     UL { margin-left:17px; margin-top:10px; margin-bottom:10px; }
  114.  
  115.     UL.clsBltBlu { list-style-image:url(/msdn-online/shared/graphics/bulletblue.gif); }
  116.  
  117.     UL.clsBltRed { list-style-image:url(/msdn-online/shared/graphics/bulletred.gif) }
  118.  
  119.     OL { margin-left:25px; margin-top:10px; margin-bottom:10px; }
  120.  
  121.     UL LI {
  122.         line-height:120%;
  123.         margin-bottom:0.5em;
  124.     }
  125.  
  126.     UL LI LI { list-style-type: disc; }
  127.  
  128.     OL LI { margin-bottom:0.7em; }
  129.  
  130. /*** BANNER STYLES ***/
  131.  
  132. .buttonbarshade
  133.     {
  134.     position: relative;
  135.     margin: 0;
  136.     left: 10px;
  137.     top: 2;
  138.     width: 100%;
  139.     height: 21px;
  140.     }
  141.  
  142. .buttonbartable
  143.     {
  144.     position: absolute;
  145.     margin: 0;
  146.     left: 0;
  147.     top: 2;
  148.     width: 100%;
  149.     height: 21px;
  150.     }
  151.  
  152. table.buttonbartable td, table.buttonbarshade td
  153.     {
  154.     background:  #99ccff;
  155.     border-left: 2px solid #ffffff;
  156.     margin: 0;
  157.     padding: 3px 0px 4px 0px;
  158.     font-family: Verdana, sans-serif;
  159.     font-size: 9pt;
  160.     }
  161.  
  162. table.buttonbartable td.button1
  163.     {
  164.     background: #6699ff;
  165.     padding: 0;
  166.     font-weight: bold;
  167.     text-align: center;
  168.     cursor: hand;
  169.     }
  170.  
  171. table.buttonbartable td.button2
  172.     {
  173.     background: #99cc66;
  174.     font-weight: bold;
  175.     text-align: center;
  176.     }
  177.  
  178. table.buttonbartable td.button3
  179.     {
  180.     background: #cc9966;
  181.     font-weight: bold;
  182.     text-align: center;
  183.     }
  184.  
  185. table.buttonbartable td.runninghead
  186.     {
  187.     padding-left: 4px;
  188.     font-style: italic;
  189.     text-align: left;
  190.     }
  191.  
  192. /*** VOICES STYLES ***/
  193.  
  194.     /* Added to provide left-margin for wrapping tables (3/13)*/
  195.     DIV.clsVoicesBody { margin-left:10px; margin-right:10px }
  196.     TABLE.clsVoicesHead { margin-top:4px }
  197.  
  198.     TD.clsCategory { font: bold 65% verdana,arial,helvetica,sans-serif }
  199.  
  200.     TD.clsVoiceNav {
  201.         background-image: url("/msdn-online/voices/graphics/background.jpg");
  202.         padding-top: 4px
  203.     }
  204.     TD.clsVoiceNav DIV {
  205.         padding-top: 4px;
  206.         font-size: 90%;
  207.     }
  208.     TD.clsVoiceNav A:visited { color:#003399 }
  209.     TD.clsVoiceNav SPAN.clsLeftNavDot { font: 100%/80% }
  210.  
  211.     TD.clsArchiveTD { padding-left:20px; padding-top:20px }
  212.     TD.clsArchiveTD { font: 68% verdana,arial,helvetica,sans-serif }
  213.  
  214.     H3.clsVoicesHead {
  215.      padding-top:6px;
  216.      margin-bottom:1.5em
  217.     }
  218.  
  219.     TD.clsStoryTD, TH.clsStoryTD { padding-top: 4px; padding-right: 6px }
  220.     /* Changed to TD instead of P (3/13) */
  221.     DIV.clsByLine {
  222.         font-size: 80%;
  223.         line-height:120%;
  224.         padding-top: 2px
  225.     }
  226.     SPAN.clsPubdate, TD.clsPubDate, P.clsPubDate { color: #999999 } /*Added TD class (3/13)*/
  227.     TABLE.clsCatItems TD.clsPubDate { padding-top: 4px; }
  228.     TD.clsPubDate { padding-top: 10px }
  229.  
  230.     TABLE.clsCatItems { margin-top: 5px }
  231.     TABLE.clsCatItems P {    margin-top:0; margin-bottom:0 }
  232.  
  233.     P.clsPostDate {
  234.             color:#0099FF;
  235.     }
  236.  
  237.     DIV.clsPullQuote, DIV.clsPullQuote HR {
  238.         font:normal 110%/140% verdana,arial,helvetica,sans-serif; font-style:italic;
  239.         padding-bottom:.5em;
  240.         color:#3366FF;
  241.     }
  242.  
  243. /*** MINI PORTAL ***/
  244.     TD.clsTDBody SPAN.clsHighlightItem
  245.     {
  246.         line-height:1.5em;
  247.     }
  248.     
  249.     SPAN.clsHighlightItem A
  250.     {
  251.         font-size:120%;
  252.     }
  253.     
  254.     .clsNewsContent
  255.     { 
  256.         display:none; 
  257.     }
  258.     
  259.     .clsTab
  260.     {
  261.         font: bold 65% verdana,arial,helvetica,sans-serif;
  262.         cursor:hand;
  263.         color:#FFFFFF;
  264.         background-color:#3366CC;
  265.     }
  266.     
  267.     .clsTabSelected
  268.     {
  269.         font: bold 65% verdana,arial,helvetica,sans-serif;
  270.         cursor:hand;
  271.         color:#000000;
  272.         background-color:#99CCFF;
  273.     }
  274.  
  275.     .clsNewsItemTD
  276.     {
  277.         padding-top:4px;
  278.     }
  279.  
  280.  
  281. /*** EVENTS ***/
  282.     SPAN.st { font:100%/120% } /* style from generated code -- can we change class name? */
  283.  
  284. /*** Glossary ***/
  285.  
  286. /* I'll see if I can't get rid of some of these
  287.    styles, or make them more universal ***/
  288.  
  289.     UL.clsShowHide LI {  font-weight: bold; padding-top:2px; list-style-image: url(/msdn-online/shared/graphics/plus.gif); cursor: hand; }
  290.     UL.clsShowHide DIV { font-weight: normal; padding-top: 4px; }
  291.     UL.clsShowHide A:visited { color:#003399; }
  292.  
  293.     DIV.clsHide { display: none; }
  294.     UL.clsShowHide LI.clsHide {list-style-image: url(/msdn-online/shared/graphics/plus.gif); }
  295.     DIV.clsShow { display: block;  cursor: text;}
  296.     DIV.clsShow P {    line-height:120%;    margin-top:6px; margin-bottom:4px;}
  297.     UL.clsShowHide LI.clsShow {list-style-image: url(/msdn-online/shared/graphics/minus.gif); }
  298.  
  299.     TD.clsBigNav A:visited { color: #003399; }
  300.     TD.clsBigNav A:hover { color: red; text-decoration: none; }
  301.  
  302.     TD.clsBigNav { font-size: 108%; padding: 0 4; cursor: hand; }
  303.     TD.clsBigNavSel { font-size: 108%; cursor: auto; padding: 0 4; }
  304.  
  305.     A#idToggleAll { font-weight:bold; color: #003399; }
  306.     A#idToggleAll IMG { vertical-align:bottom; }
  307.  
  308.  
  309. /*** DOCTOP ***/
  310.  
  311.     DIV.clsNavLinksDiv { margin-left:10px; }
  312.  
  313.     #lnkShowText, #lnkSyncText, #lnkSearchText, #lnkIndexText {
  314.         color:black;
  315.         text-decoration:none;
  316.         font-family:verdana,arial,helvetica,sans-serif; font-size:8pt; font-weight:bold;
  317.     }
  318.  
  319.     #lnkPrevText, #lnkNextText, #lnkUpText {
  320.         color:black;
  321.         text-decoration:none;
  322.         font-family:verdana,arial,helvetica,sans-serif; font-size:7.5pt; font-weight:normal;
  323.     }
  324.  
  325.     DIV.clsBucketBranch {
  326.         margin:10px;
  327.         font:italic verdana,arial,helvetica,sans-serif;
  328.     }
  329.  
  330.     DIV.clsBucketBranch A,
  331.     DIV.clsBucketBranch A:link,
  332.     DIV.clsBucketBranch A:active,
  333.     DIV.clsBucketBranch A:visited { text-decoration:none; color:black; }
  334.     DIV.clsBucketBranch A:hover { color:blue; }
  335.  
  336.  
  337. /*** SPECIFIC PAGE ELEMENTS ***/
  338.  
  339.     #pBackTop { display:none; }
  340.  
  341.     SPAN.clsLeftNavDot {
  342.         font-size:115%;
  343.         color:red;
  344.         line-height:1;
  345.     }
  346.  
  347.  
  348. /*** SDK, IE4 ONLY ***/
  349.  
  350.     DIV.clsExpanded, A.clsExpanded {
  351.         display:inline;
  352.         color:black;
  353.         width:100%;
  354.     }
  355.     DIV.clsCollapsed, A.clsCollapsed { display:none; }
  356.     SPAN.clsPropattr { font-weight:bold; }
  357.  
  358.     #pStyles,    #pCode, #pSyntax, #pEvents, #pStyles {
  359.         display:none;
  360.         text-decoration:underline;
  361.         cursor:hand;
  362.     }
  363.  
  364.  
  365. /*** TB2 OVERRIDE ***/
  366.  
  367.     #idToolbar { font-size:10pt; }
  368.     #idToolbar A:hover { text-decoration:none; }
  369.  
  370.  
  371. /*** INDEX-SPECIFIC ***/
  372.  
  373.     A.clsDisabled {
  374.         text-decoration:none;
  375.         color:black;
  376.         cursor:text;
  377.     }
  378.  
  379.     A.clsEnabled { cursor:auto; }
  380.  
  381.     SPAN.clsAccess { text-decoration:underline; }
  382.  
  383.     TABLE.clsIndex {
  384.         padding-left:2pt; padding-right:2pt;
  385.         margin-top: 17pt;
  386.     }
  387.  
  388.     TABLE.clsIndex TD {
  389.         margin:3pt;
  390.         background-color:#EEEEEE;
  391.     }
  392.  
  393.     TR.clsEntry { vertical-align:top; }
  394.  
  395.     TABLE.clsIndex TD.clsLetters {
  396.         background-color:#CCCCCC;
  397.         text-align:center;
  398.     }
  399.  
  400.     TD.clsMainHead {
  401.         background-color:#FFFFFF;
  402.         vertical-align:top;
  403.         font-size:145%; font-weight:bold;
  404.         margin-top:1.35em; margin-bottom:.5em;
  405.     }
  406.  
  407.     UL.clsIndex { margin-left:20pt; margin-top:0pt; margin-bottom:5pt; }
  408.  
  409.     LI OL { padding-bottom: 1.5em }
  410.  
  411.  
  412. /*** INETSDK-SPECIFIC STYLES ***/
  413.  
  414.     A.clsLeftMenu,
  415.     A.clsLeftMenu:visited {
  416.         color:#000000;
  417.         text-decoration:none;
  418.         font-weight:bold; font-size:8pt;
  419.     }
  420.  
  421.     BUTTON.clsShowme,
  422.     BUTTON.clsShowme5 {
  423.         font-weight:bold; font-size:11; font-family:arial;
  424.         width:68; height:23;
  425.         position:relative; top:2;
  426.         background-color:#002F90;
  427.         color:#FFFFFF;
  428.     }
  429.  
  430.     DIV.clsBeta {
  431.         font-weight:bold;
  432.         color:black;
  433.         margin-top:0.5em; margin-bottom:0.5em;
  434.     }
  435.  
  436.     DIV.clsMSConfidential {
  437.         font-weight:bold; font-size:12;
  438.         color:red;
  439.         margin-top:0.5em; margin-bottom:0.5em;
  440.     }
  441.  
  442.     DIV.clsHi
  443.     {
  444.     padding-left:2em;
  445.     text-indent:-2em;
  446.     }
  447.  
  448.     BUTTON.clsShowme, BUTTON.clsShowme5,
  449.     DIV.clsShowme { margin-bottom:.5em; margin-top:.5em; }
  450.  
  451.     SPAN.clsDefValue, TD.clsDefValue { font-weight:bold; font-family:'courier new' }
  452.  
  453.     SPAN.clsLiteral, TD.clsLiteral { font-family:'courier new'; }
  454.  
  455.     SPAN.clsRange, TD.clsRange { font-style:italic; }
  456.  
  457.     SPAN.clsEntryText {
  458.         line-height:12pt;
  459.         font-size:8pt;
  460.     }
  461.  
  462.     SPAN.clsHeading {
  463.         color:#00319C;
  464.         font-size:11pt; font-weight:bold;
  465.     }
  466.  
  467.  
  468. /*** PRINT OVERRIDES
  469.  
  470.     @media print {
  471.         #idToolbar,
  472.         #tblNavLinks,
  473.         #tblPrevNext,
  474.         DIV.clsBucketBranch { display:none; }
  475.     }
  476.  
  477.  ***/
  478.  
  479.  /*** SITE MAP STYLES ***/
  480.  #tblSiteMap DIV { line-height: 120%; }